home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / BREAK.HLP < prev    next >
Text File  |  1985-09-03  |  812b  |  26 lines

  1. ------------------------ BREAK - Internal DOS Command -------------------------
  2.  
  3. BREAK instructs DOS to check for a Control-Break each time a program requests
  4.    DOS to perform an operation.
  5.  
  6. FORMAT:   BREAK [ON | OFF]
  7.  
  8. REMARKS:
  9.  
  10.    ON  -  instructs DOS to check for a Control-Break whenever a program requests
  11.           a DOS operation.
  12.  
  13.    OFF -  instructs DOS to check for a Control-Break only during screen,
  14.           keyboard, printer or communications operations.  This is the default
  15.           setting when DOS is started.
  16.  
  17.    BREAK with no parameters shows the current "break" state (on or off).
  18.  
  19. NOTE:  You can also specify  BREAK=ON  in your configuration file (CONFIG.SYS),
  20. to activate the same extended Control-Break checking.
  21.  
  22.  
  23. EXAMPLE:  Turn BREAK on:
  24.  
  25.           BREAK ON
  26.